This repository was archived by the owner on Apr 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ local core_modules = {
2929}
3030modules .enabled_modules = vim .tbl_deep_extend (" keep" , core_modules , dofile (modules .source ))
3131
32- local system = require (" doom.core.system" )
33-
3432local keymaps_service = require (" doom.services.keymaps" )
3533local commands_service = require (" doom.services.commands" )
3634local autocmds_service = require (" doom.services.autocommands" )
Original file line number Diff line number Diff line change @@ -227,14 +227,6 @@ lsp.configs["nvim-cmp"] = function()
227227
228228 local replace_termcodes = utils .replace_termcodes
229229
230- local source_map = {
231- nvim_lsp = " [LSP]" ,
232- luasnip = " [Snp]" ,
233- buffer = " [Buf]" ,
234- nvim_lua = " [Lua]" ,
235- path = " [Path]" ,
236- }
237-
238230 --- Helper function to check what <Tab> behaviour to use
239231 --- @return boolean
240232 local function check_backspace ()
Original file line number Diff line number Diff line change 1- local utils = require (" doom.utils" )
2-
31local cc = {}
42
53cc .settings = {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ lua.settings = {
7676 -- for your Neovim config directory, the config.library settings will be used as is
7777 -- for plugin directories (root_dirs having a /lua directory), config.library.plugins will be disabled
7878 -- for any other directory, config.library.enabled will be set to false
79- override = function (root_dir , options ) end ,
79+ override = function (_root_dir , _options ) end ,
8080 -- With lspconfig, Neodev will automatically setup your lua-language-server
8181 -- If you disable this, then you have to set {before_init=require("neodev.lsp").before_init}
8282 -- in your lsp start options
You can’t perform that action at this time.
0 commit comments