Skip to content

Commit

Permalink
(vim) Add neovim configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Dec 10, 2024
1 parent d8c14cb commit 15ed555
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config/dunst|.config/dunst
config/fontconfig|.config/fontconfig
config/gtk-3.0|.config/gtk-3.0
config/mimeapps.list|.config/mimeapps.list
config/nvim|.config/nvim
config/ranger|.config/ranger
gemrc|.gemrc
gitignore|.gitignore
Expand Down
3 changes: 3 additions & 0 deletions config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"snippets.ultisnips.pythonPrompt": false
}
3 changes: 3 additions & 0 deletions config/nvim/init.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc

0 comments on commit 15ed555

Please sign in to comment.