Skip to content

Commit

Permalink
Add surround plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 9, 2024
1 parent 8f948d7 commit d7ebacf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions home/users/christian/vim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,28 @@ in
})
vim.cmd("colorscheme onedark")
--------------
-- SURROUND --
--------------
require('nvim-surround').setup({
move_cursor = 'sticky'
})
'';

plugins = with pkgs.vimPlugins; [
vim-nix

# Themes
onedarkpro-nvim

# Markdown
tabular
vim-markdown

# Misc
nvim-surround
];

viAlias = true;
Expand Down

0 comments on commit d7ebacf

Please sign in to comment.