diff --git a/init.lua b/init.lua index 9ba23ca7..adf3a0a5 100644 --- a/init.lua +++ b/init.lua @@ -223,7 +223,7 @@ vim.keymap.set('n', 'sd', require('telescope.builtin').diagnostics, { de -- See `:help nvim-treesitter` require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'help', 'vim' }, + ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vim' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false, diff --git a/lua/custom/options.lua b/lua/custom/options.lua index 8dfe7ea9..8f0966ac 100644 --- a/lua/custom/options.lua +++ b/lua/custom/options.lua @@ -1,5 +1,6 @@ -print("hello from options.lua") --- [[ Setting options ]] +------------------------------------- +-- Options +------------------------------------- -- See `:help vim.o` -- See also https://vimdoc.sourceforge.net/htmldoc/options.html#'incsearch' @@ -41,7 +42,7 @@ vim.bo.tabstop = 8 vim.g.background = 'dark' vim.g.backup = true vim.g.belloff = "all" -vim.g.cmdheight = 2 -- more space in the neovim command line for displaying messages +vim.g.cmdheight = 2 vim.g.compatible = false vim.g.errorbells = false vim.g.guifont = "monospace:h17"