nvim: Lua filetypes are enabled by default
This commit is contained in:
parent
5cbe71fab4
commit
fa8f191411
1 changed files with 0 additions and 2 deletions
|
@ -69,8 +69,6 @@
|
||||||
(let [theme (require :nifoc.theme)]
|
(let [theme (require :nifoc.theme)]
|
||||||
(theme.setup))
|
(theme.setup))
|
||||||
;; Plugins
|
;; Plugins
|
||||||
(set g.did_load_filetypes 1) ; Lua filetype detection
|
|
||||||
(set g.do_filetype_lua 1)
|
|
||||||
(set g.loaded_python_provider 0) ; Disable built-in providers
|
(set g.loaded_python_provider 0) ; Disable built-in providers
|
||||||
(set g.loaded_python3_provider 0)
|
(set g.loaded_python3_provider 0)
|
||||||
(set g.loaded_ruby_provider 0)
|
(set g.loaded_ruby_provider 0)
|
||||||
|
|
Loading…
Reference in a new issue