diff --git a/nvim/init.vim b/nvim/init.vim index 6d7e20e..68c72a2 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -11,6 +11,7 @@ source :p:h/../dmitmel-dotfiles/nvim/init.vim " Give me that beautiful colorscheme set termguicolors +let airline_powerline_fonts = 1 " Copy to clipboard register and paste from clipboard register {{{ " Taken from https://unix.stackexchange.com/a/23437 diff --git a/nvim/plugin/commands.vim b/nvim/plugin/commands.vim new file mode 100644 index 0000000..7842ea6 --- /dev/null +++ b/nvim/plugin/commands.vim @@ -0,0 +1 @@ +command! -nargs=0 OR :call CocAction('runCommand', 'editor.action.organizeImport')